home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Add-Remove Plus / invarptrial.exe / {app} / arplus.exe / 0 / RCDATA / TFSELECTFILE / TFSELECTFILE.txt
Text File  |  2004-10-21  |  1KB  |  68 lines

  1. object fSelectFile: TfSelectFile
  2.   Left = 388
  3.   Top = 177
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select file'
  6.   ClientHeight = 262
  7.   ClientWidth = 360
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   DesignSize = (
  17.     360
  18.     262)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 227
  24.     Width = 360
  25.     Height = 35
  26.     Align = alBottom
  27.     Shape = bsTopLine
  28.   end
  29.   object stvSelectFiles: TShellTreeView
  30.     Left = 8
  31.     Top = 8
  32.     Width = 345
  33.     Height = 209
  34.     AutoContextMenus = False
  35.     ObjectTypes = [otFolders, otNonFolders]
  36.     Root = 'rfDesktop'
  37.     UseShellImages = True
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     AutoRefresh = False
  40.     Indent = 19
  41.     ParentColor = False
  42.     RightClickSelect = True
  43.     ShowRoot = False
  44.     TabOrder = 0
  45.     OnClick = stvSelectFilesClick
  46.   end
  47.   object buSelect: TButton
  48.     Left = 202
  49.     Top = 234
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Select'
  53.     Enabled = False
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object buCancel: TButton
  58.     Left = 280
  59.     Top = 234
  60.     Width = 75
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67. end
  68.